home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 7098 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  611 b 

  1. Path: due.unit.no!usenet
  2. From: Tor Neple <torne@idt.unit.no>
  3. Newsgroups: comp.lang.c++
  4. Subject: HELP : Setting tabs in CComboBox
  5. Date: Wed, 21 Feb 1996 20:40:53 +0100
  6. Organization: IDT, NTNU
  7. Message-ID: <312B7545.5403@idt.unit.no>
  8. NNTP-Posting-Host: brumm17.idt.unit.no
  9. Mime-Version: 1.0
  10. Content-Type: text/plain; charset=us-ascii
  11. Content-Transfer-Encoding: 7bit
  12. X-Mailer: Mozilla 2.0b5 (WinNT; I)
  13.  
  14. -- 
  15. I need to set one tab in each line of a ComboBox, like
  16.  
  17. 1234 [TAB] Hello
  18.  
  19. I tried formatting my string with \t but it didnt work.  I seem 
  20. to remember doing this before, but I have forgotton how.
  21.  
  22. Thanx
  23.  
  24. Tor
  25.